GenericPoint2D

StockSharp.Xaml.Charting.Model.DataSeries

Defines a generic base class for a Series Point, an internally used structure which contains transformed points to render Y-values on the RenderSurfaceBase

实现: IPoint

构造函数

GenericPoint2D(double, T)

Initializes a new instance of the GenericPoint2D class.

x
The x.
y
The y.

属性

X : double

Gets the X-Value

Y : double

Gets the Y-value

YValues : T

Gets the Y values.